'Declaration Public Sub RaiseNotifications( _ ByVal notifications As IEnumerable(Of Tuple(Of Object,NotifyCollectionChangedEventArgs)) _ )
public void RaiseNotifications( IEnumerable<Tuple<object,NotifyCollectionChangedEventArgs>> notifications )
Parameters
- notifications
- The notifications to raise.